pp108 : request Property (Download)

request Property (Download)


Object that contains SOAP Message to be sent to the Gateway.

Syntax

Inline HTML <div cordysType="wcp.library.util.Download" request=oXMLDocumentObject />
Event property downloadID.request = oXMLDocumentObject


Parameters

Parameter Description
oXMLDocumentObject Object that denotes the XML Document of a SOAP Message that will be sent to the Gateway.


Remarks


The value set for this property will be evaluated and the result should return a valid XMLDocument object.

The request XML Document that is present here actually indicates the XML Node from which the download content is to be taken. In this case, this denotes the actual request that is sent to the back end for downloading. The content that is to be downloaded is however, indicated separately in the search path property of the download component.

Once the request is sent to the Gateway, the response is sent by the Gateway.wcp back to the Download.wcp. From the response received, the content that is to be downloaded is identified by the Download component using the search path supplied to it and it downloads the corresponding content.

See Also


download

Related reference

Download
onBeforeDownload
searchPath Property